home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 August / Designer's Club 1997 August.iso / mac / Idea Source / Gallery.DIR / 00003.ls < prev    next >
Encoding:
Text File  |  1997-06-16  |  358 b   |  18 lines

  1. on mouseDown
  2.   global gallery
  3.   set the visible of sprite 7 to 1
  4.   set gallery to "slideshow"
  5.   puppetSound(1, "tock")
  6.   repeat while the mouseDown
  7.     set the visible of sprite 3 to 0
  8.     updateStage()
  9.   end repeat
  10.   set the visible of sprite 3 to 1
  11.   puppetSound(1, "tick")
  12.   if the frame = "2" then
  13.     nothing()
  14.   else
  15.     go(the frame - 1)
  16.   end if
  17. end
  18.